home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / bptree.zip / MAKEFILE.DOS < prev    next >
Text File  |  1992-09-04  |  138b  |  6 lines

  1. bptrees.lib: bptree.obj  
  2.    lib bptree.lib -+bptree.obj,,
  3.      
  4. bptree.obj: bptree.c bptree.h
  5.    cl -c -ASw -Gsw -G2 -W3 bptree.c 
  6.